4.53

- Stopped Flex from spamming experts log with messages about news

4.52

- Fixed an issue with the newsfilter halting trading after news longer than it should have

4.51

-Fixed an issue with Hedging where if the basket closed but the Hedge didn't, another Hedge could be opened against that Hedge trade.

4.50

1. Added a pipstep for the Hedge trade to choose when to place it instead of immediately after the last trade in a basket.
2. Fixed OffSetHours not updating visually on chart news
3. Separated PipStepMultiplier from lot sizing and creating a new LotStepMultiplier for more control
4. Fixed FFCal sometimes spamming too many alerts
5. Made the Stochastic periods adjustable
6. Added a CloseBasketOnFriday and an Hour to select which hour on Friday to close them
7. Fixed NewsFilter not working all the time
8. Added a DynamicAdditional setting which will require any indicator filters used for entries to be used for additional trades in a basket.
9. Added a WaitForNext bar setting that will wait for the current bar to close before entering a trade if one is ready to open.
10. Added a CheckCandleSize to only trade if one of the previous 3 candles is large than 'x' number of pips.
11. Fixed DDPause not working sometimes

4.30

-Fixed ADRDynamic strategy where FloatingTP_PCT, DD StoplossPCT and EquityTrail may not have triggered
-Fixed FullGrid losing control of multiplied lot sizes
-Fixed an issue where trades could be opened if Flex is taking too long to close other trades from EquityTrail or Floating TP PCT
-Changed the way TrendHybrid and TrendMode work together so no more than 1 trade can be placed on a single grid step point
-Fixed an issue with the FFCal news indicator not working under certain conditions

4.20

-Added new RecoveryMode
-Added some extra options for hedging like HedgeTP/SL and option to HedgeOnce or keep hedging if the hedge hits its TP
-Adjusted EquityTrailSL so if you enter a value greater than 0.0 it will use that SL instead of auto calculating one based on your EquityTrailTP and EquityStep.
-Added an OffSetHour for the news filter incase your news is a few hours ahead or behind.
-Fixed DDPause not working properly under certain situations
-Fixed EquityTrail to work with DD_TP_Mode of allCharts
-Adjusted FullGrid strategy so it always opens a buy and sell to start
-Fixed FFCal.ex4 news indicator to stop it spamming error 5004 even though it wasn't affecting trading in anyway.


4.13

Fixed hedge mode that was limiting max trades to 5 no matter what

4.12

Changed the hedge mode so it will only hedge once

4.11

Fixes an issue that may have prevented additional trades from opening after the first trade.

4.10

Fixed some order close errors
Fixed duplicate order issue
Fixed EquityTrail not showing locked in profit properly on chart
Fixed news not update on chart sometimes
Added Hedge mode
Added update notifications

4.04

Fixed order close function having problems closing JPY pairs
Turned UseSR filter off, it was restricting trading too much for a lot of people

4.03

Adjusted UseSR settings to look back over more bars (60), and lower PipsAwayFromSR to (15).

4.02

Fixed order closing function having issues closing some trades
Added visual notification if trades aren't being opened due to support & resistance filter


4.01

Fixed Flex not trading when it should be under certain situations
Added RSI indicator filter
Changed a few default settings

4.00 BIG UPDATE  ----------

Huge update that added News filter and a ton of new options, check the documentation for the settings labeled as new for more details.

3.59 Changes

Fixed lot sizing on 2 decimal currencies.

3.58 Changes

Fixed initial trades opening on minimum lot sizes when using a pip based SL

3.57 Changes

Adjusted entry mechanics to increase trading frequency a bit
Adjusted EquityTrailStep to lock in better profits
Lowered RealStopLoss of Shotgun from 200 to 50

3.56 Changes

Fixed starting lot size opening at minimum lots instead of calculated lot based on MM

3.55 Changes

Improved Max_Charts and Curreny Filters function

3.54 Changes

Fixed ReverseMode

3.53 Changes

Fixed an issue where additional baskets trades weren't opening with newmode on.

3.52 Changes

Fixed an issue which may have prevented new trades from opening 30% of the time.
Fixed a pipstep issue where buy orders were a few pips off from where they should have been opened


3.51 Changes

Fixed SR (Support & Resistance) for scalper
Fixed ReverseMode not functioning properly


<<------------------INDICATORS---------------------->>

Added Indicators which can be used to either filter out new baskets from starting, or to trigger new baskets. If you want these indicators to just filter out trades, no special changes are required. If you want these indicators to trigger trades, turn on the ones you want, and set VirtualTrades to 1 and VirtualPipStep to 1.

-UseSR... This is a Support/Resistance filter which will prevent new baskets from starting near these levels
 NumOfBars... This is the number of bars on the current timeframe that are looked at to determine the               support and resistance levels.

-UseEMA... This is your standard Exponential Moving Average of the current time frame using the two EMA values you enter below

-UseStochastic... This is your standard Stochastic of the current time frame which will filter trades based on the 4 stoch settings below. If you don't want to use the first two, then set them to 0 and give the bottom two a value.
 BuyAboveStoch... A starting buy will only open if Stoch is above 50
 SellBelowStoch...A starting sell will only open if stoch is below 50
 BuyBelowStoch... A starting buy will only open if Stoch is below 50
 SellAboveStoch...A starting sell will only open if stoch is above 50

-UseTDI... This is an indicator similar to Traders Dynamic Index using 3 Moving Averages (2, 7, 25) where they must align properly to allow trades to open.

-UseTDICross... This will trigger a starting basket when the 3 MA's cross up or down (buy or sell).

-CheckTDiSlope... This will only open a buy if the trend is moving up and open a sell if the trend is moving down.



<<------------------ADDED FEATURES---------------------->>

Added VirtualPipStep so you can now use a different PipStep (for real orders) and one for virtual trades.

Added PauseBasketsAtDD which will prevent additional trades of a basket from opening until DD is back under the DD_Pause value

Adjusted start day to Monday and ending day to Thursday so new baskets will no longer be started on Sundays or Fridays.

Lowered ADR to 150 for all strategies

Added CloseTradesAtADR which will close that charts trades if ADR goes over MaxADR. This will almost always result in a loss, just so you know.

Added PauseBasketsAtADR which will not allow additional trades in a basket to open if ADR goes over MaxADR. The trade will be opened if ADR returns to normal.

EquityTrailSL now uses EquityTrailSL=EquityTrailTP-(EquityTrailStep*5) instead of *2

EquityTrail is now displayed on chart so you know when it is triggered and how much



<<------------------BUG FIXES---------------------->>

Fixed virtual data not saving or loading properly

Fixed bug with ADR displaying incorrectly on chart

Improved the MaxCharts function so it will be far less likely if two charts trigger trades at the exact same time, it can bypass the MaxCharts.

<<------------------STRATEGY UPDATES---------------------->>

Adjusted v2Default to ensure bigger baskets always close in profit

SuperPrecise, FlexHybrid, ADRDynamic and x3Retrace have all been slightly optimized for current market conditions

TrendSurfer has some minor adjustments to it's entry rules